Parameters
- tarFileName
- The full path of the Tar archive. Cannot be empty.
- destinationFolder
- The path to the destination folder in which to untar all items. Cannot be empty.
- isTarCompressed
- Boolean value indicating if the tar file was compressed using GZip. Note: The GZip file retrieved must have the following format: tarFileName.gz. An exception is thrown if the Tar archive is not compressed.
- filesToUntar
- The list of file paths to get from the Tar archive. Cannot be null.